projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
617a675
)
(rmail-cease-edit): Restore the Rmail toolbar.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 23 Feb 2007 20:00:31 +0000
(20:00 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 23 Feb 2007 20:00:31 +0000
(20:00 +0000)
lisp/mail/rmailedit.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailedit.el
b/lisp/mail/rmailedit.el
index cede2816391fefe60e3bc20e90c92a0e0d50b5e2..a03edb9862978dc72f8c916a0346eb3b6b5f1c64 100644
(file)
--- a/
lisp/mail/rmailedit.el
+++ b/
lisp/mail/rmailedit.el
@@
-120,6
+120,7
@@
This functions runs the normal hook `rmail-edit-mode-hook'.
(force-mode-line-update)
(kill-all-local-variables)
(rmail-mode-1)
+ (set (make-local-variable 'tool-bar-map) rmail-tool-bar-map)
(rmail-variables)
;; As the local value of save-buffer-coding-system is changed by
;; rmail-variables, we restore the original value.